home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / themes / Simple / gtk-2.0 / gtkrc
Encoding:
Text File  |  2009-03-17  |  2.0 KB  |  79 lines

  1. # Edit these colors and fonts however you like.
  2. style "default"
  3. {
  4.   GtkRange::slider_width = 12
  5.   GtkRange::stepper_size = 12
  6.   GtkScrollbar::min_slider_length = 14
  7.   GtkCheckButton::indicator_size = 12
  8.   GtkCheckMenuItem::indicator_size = 12
  9.   GtkButton::default_border = {0, 0, 0, 0}
  10.  
  11.   fg[NORMAL]                      = "#000000"
  12.   fg[ACTIVE]                      = "#314a82"
  13.   fg[INSENSITIVE] = "#969696"
  14.   fg[PRELIGHT]            = "#415a92"
  15.   fg[SELECTED]            = "#ffffff"
  16.         
  17.   bg[ACTIVE]                      = "#c2c2be"
  18.   bg[NORMAL]                      = "#e2e2de"
  19.   bg[INSENSITIVE] = "#e2e2de"
  20.   bg[PRELIGHT]            = "#f2f2ee"
  21.   bg[SELECTED]            = "#456b7f"
  22.  
  23.   base[NORMAL]            = "#ffffff"
  24.   base[ACTIVE]            = "#456b7f"
  25.   base[INSENSITIVE]       = "#ffffff"
  26.   base[PRELIGHT]          = "#eaeaea"
  27.   base[SELECTED]          = "#456b7f"
  28.         
  29.   text[NORMAL]            = "#000000"
  30.   text[ACTIVE]            = "#000000"
  31.   text[PRELIGHT]  = "#000000"
  32.   text[SELECTED]  = "#ffffff"
  33.   text[INSENSITIVE] = "#000000"
  34.  
  35.   engine "thinice"
  36.   {
  37.     # Do you want the scrollbar handles rectangular or a bit shaped?
  38.     rect_scrollbar = TRUE
  39.  
  40.     # The following variables are semi-generic, can be applied to
  41.     # different widget classes etc..
  42.  
  43.     # Mark type 1 is used on scrollbar handles, handleboxes etc
  44.     mark_type1 = DOT
  45.     # Mark type 2 is used on scrollbar buttons
  46.     mark_type2 = ARROW
  47.   }
  48. }
  49.  
  50. style "menu" = "default"
  51. {
  52.   bg[PRELIGHT]     = "#ffffff" 
  53.         text[PRELIGHT]                    = { 1.0, 1.0, 1.0 }
  54.         engine "redmond95" { }
  55. }
  56. style "togglebuttons" = "default"
  57. {
  58.    engine "redmond95" { }
  59. }
  60.  
  61. style "progressbar" = "default"
  62. {
  63.   bg[PRELIGHT] = "#456b7f"
  64.   fg[PRELIGHT] = "#ffffff"
  65. }
  66.  
  67. style "entry"
  68. {
  69.   bg[SELECTED] = "#A3B0C9"
  70.   fg[SELECTED] = "#000000"
  71. }
  72.  
  73. class "GtkWidget" style "default"
  74. class "GtkMenuItem*"    style "menu"
  75. class "GtkCheckButton" style "togglebuttons"
  76. class "GtkRadioButton" style "togglebuttons"
  77. class "GtkProgressBar" style "progressbar"
  78. class "GtkEntry" style "entry"
  79.